
body {
	font-family: "微软雅黑";
	background: #fff;
	color: #666
}
ul li {
	list-style-type: none
}
a {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #c10404;
	text-decoration: none
}
td {
	color: #666
}
#ff input {
	border: 1px solid #ccc;
	background: #fff;
	line-height: 35px;
	height: 35px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
#ff textarea {
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
#ff .btn {
	border: 0px;
	background: #ddd;
	padding: 0px;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
}
#ff .btn:hover {
	color: #fff;
	background: #c10404;
}
/*图片悬浮链接*/

.imgLink-hover {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	background-image: url(/skin/images/on-hover.png);
	background-repeat: repeat;
	opacity: 0;
	filter: Alpha(Opacity=0);
	z-index: 96;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.imgLink-hover:hover {
	opacity: 1;
	filter: Alpha(Opacity=1)
}
.imgLink-hover * {
	filter: inherit
}
.imgLink-hover {
	cursor: pointer
}
.imgLink-hover:hover .hover-link {
	background-image: url(/skin/images/hover-link.png);
	background-repeat: no-repeat;
	background-position: center center
}
.hover-link {
	width: 44px;
	height: 44px;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	display: block
}
/*详情页面*/

.detailTitleTxt {
	border-left: 3px solid #000;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	background: #eee;
	text-indent: 10px;
	margin-bottom: 10px;
}
.detailTitle {
	border-left: 3px solid #000;
	line-height: 35px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #eee;
}
.detailParameter {
	padding: 10px;
	word-wrap: break-word;
}
.detailImg {
	text-align: center;
	padding: 10px;
}
.detailImg img {
	max-width: 100%;
}
.detailUrl {
	padding: 10px;
}
.detailUrl a {
	width: 150px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #333;
	margin: 0px auto 0px auto;
	display: block;
	color: #333;
	text-decoration: none;
}
.detailUrl a:hover {
	background: #990000;
	border: 1px solid #990000;
	color: #fff;
}
.detailTime {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.detailContent {
	width: 100%;
	word-wrap: break-word;
}
.detailContent img {
	max-width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.productListBox {
	margin-top: 15px;
}
.back {
	line-height: 35px;
	background: #990000;
	color: #fff;
	width: 80px;
	text-align: center;
	float: right
}
.back:hover {
	color: #fff;
	background: #000;
}
.otherPageBox {
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
	width: 100%
}
.msgBox {
	border: 1px dashed #999;
	padding: 20px;
	margin-top: 20px
}
/*手机版菜单可展开图标*/

#app_menudown {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
}
#app_menudown:hover {
	background-color: #073053;
}
#app_menudown span {
	display: block
}
.bottomButton {
	position: absolute;
	margin-right: 15px;
	right: 0px;
	cursor: pointer;
	border-radius: 4px;
	display: block;
	line-height: 25px;
	width: 60px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 14px;
	transition: background 0.5s
}
.bottomButton:hover {
	background: #990000;
	color: #fff;
}
.selectedBottomButton {
	background: #990000;
}
/*菜单栏标志*/

.navbar-brand {
	padding: 0px;
}
/*产品搜索*/

#smallSearchBox {
	position: fixed;
	overflow: hidden;
	top: 49px;
	display: none;
	z-index: 999;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#small_search {
	color: #fff;
	float: right;
	margin-top: 7px;
	padding: 8px 13px;
	font-size: 17px;
	border-radius: 4px;
}
#small_search:hover, #small_search:focus {
	cursor: pointer;
	background-color: #000;
}
.search_group {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px
}
.search_group input {
	border-radius: 0px;
	height: 35px;
	border: 0px;
	background: url(/skin/images/alpha.png)
}
.mysearch_btn {
	background-color: #990000;
	color: #fff;
	border-radius: 0px;
	height: 35px;
	line-height: 25px;
}
.mysearch_btn:hover, .mysearch_btn:focus {
	background-color: #fff;
	color: #333;
}
/*语言*/

#language {
	float: right;
	width: 43px;
	height: 32px;
	margin-top: 8px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/skin/images/zh.png);
	border-radius: 4px;
}
#language:hover, #language:focus {
	cursor: pointer;
	background-color: #000;
}
#languageBox {
	position: fixed;
	overflow: hidden;
	top: 50px;
	display: none;
	z-index: 999;
	right: 0px;
	background: url(/skin/images/alpha.png)
}
#languageBox a {
	float: left;
	width: 50px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center
}
#languageBox a:hover, #languageBox a:focus {
	cursor: pointer;
	background-color: #000;
}
.zh {
	background-image: url(/skin/images/zh.png);
}
.en {
	background-image: url(/skin/images/en.png);
}
/*公司简介*/

.aboutBox {
	width: 100%;
	overflow: hidden;
	margin: 10px 0px 20px 0px;
}
.titleBar {
	background: url(/skin/images/title_line.jpg) left 30px no-repeat;
	overflow: hidden;
	padding-bottom: 5px
}
.titleBar h1 {
	float: left;
	font-size: 22px;
	color: rgb(67, 67, 67);
	margin: 0px;
}
.titleBar span {
	float: left;
	padding-top: 10px;
	text-indent: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(125, 125, 125);
}
.aboutBox section {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.aboutBox section img {
	margin: 10px 20px 0px 0px;
	max-width: 350px;
	float: left;
}
.aboutMore {
	color: #c10404;
	display: inline-block;
	font-size: 12px;
	padding: 5px 7px;
	transition: background 0.3s;
	border: 1px solid #c10404;
	border-radius: 4px;
}
.aboutMore:hover {
	color: #fff;
	background-color: #c10404;
	text-decoration: none;
}
.aboutContent {
	line-height: 31px;
	padding: 8px 0px 0px 0px;
	font-family: 'Microsoft YaHei';
}
/*首页产品*/

.indexProduct {
	margin: 0px 0px 0px 0px;
}
.productList {
	clear: both;
	margin: 30px -15px 0px -15px;
}







.productImg {
	min-height: 190px;
	margin: 0px;
	margin-bottom: 15px;
	
	
}
.productImg a {
	position: relative;
	display: block;
	width: auto;
	margin: 0px auto 0px auto;
}
.productImg img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 263px;
	width: 100%;

	margin-bottom: 0px;
	padding: 0px;
	
}
.productImg img:hover {
}
.productTitle {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
	transition: color 0.3s;
}
.productTitle:hover {
	color: #000;
	text-decoration: none;
}
.viewBig {
	cursor: pointer;
}
/*首页新闻*/

.newsBox {
	margin: 0px 0px 20px 0px;
}
.indexNews {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.indexNews li {
	color: #898989;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	background: url(/skin/images/li.png) no-repeat left 16px;
	line-height: 21px;
	padding: 10px 0px;
	padding-left: 13px;
}
.indexNews li a {
	color: #656464;
}
.indexNews li a:hover {
	text-decoration: none;
	color: #c10404;
}
.newsTime {
	float: right;
}
.leftNews {
	clear: both;
}
.leftNews ul {
	padding: 0px 0px 12px 0px;
}
.leftNews span.newsTime {
	display: none;
}
/*介绍列表*/

.aboutList {
	margin-top: 30px;
	margin-bottom: 0px;
	overflow: hidden;
}
.aboutList li {
	padding: 0px;
}
.aboutList li .wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
}
.aboutList li span {
	display: block;
	margin: 0px 0px 0px 0px;
	height: 26px;
	font-weight: bold;
	overflow: hidden;
}
.aboutList li p {
	font-size: 12px;
	line-height: 22px;
	height: 74px;
	color: #888;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.aboutList li:hover * {
	color: #000
}
.aboutList li:hover .wrapper {
	border: 1px dashed #000;
}
/*首页联系*/

.index_contact {
	background: url(/skin/images/title_line.jpg) left 30px no-repeat;
	margin: 0px 0px 20px 0px;
}
.index_contact P {
	clear: both;
}
/*导航菜单*/

.navbar li span {
	display: none
}
.navbar {
	margin: 0px;
	margin-top: 0px;
	min-height: 70px;
	background: url(/skin/images/alpha.png);
	border: none;
}
/*翻页组件*/

.pageBar {
	width: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 0px;
}
.pageBar .pageList {
	width: 100%;
	overflow: hidden;
	float: left;
	line-height: 35px;
	text-align: center;
}
.pageBar .pageList a {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	width: 35px;
	text-align: center;
	color: #000;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	background: #eee;
}
.pageBar .pageList a:hover {
	color: #fff;
	background: #000;
}
.pageBar .pageList .selected {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #000;
	cursor: default;
}
.pageBar .pageList .selected:hover {
	color: #fff;
	background: #000;
}
/*翻页组件*/

.dede_pages {
}
.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}
.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 20x;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}
.dede_pages ul li a {
	float: left;
	padding: 0px 4px 0px;
	color: #555;
	display: block;
}
.dede_pages ul li a:hover {
	color: #000;
	text-decoration: none;
	padding: 0px 4px 0px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 0px 4px 0px;
	font-weight: bold;
}
.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/*底部信息*/

footer {
	text-align: center;
	background-color: #000;
	color: #999;
	padding: 10px 0px 20px 0px;

	font-size: 12px;
}
footer a {
	color: #ccc;
}
.copyright {
	line-height: 20px;
}
.copyright a {
	color: #C0C0C3;
}
.foot_nav {
	width: 25%;
	float: left;
	background-color: #0549c5;
	text-align: center;
}
.foot_nav:hover, .foot_nav:focus {
	background-color: #e4e4e4;
}
.foot_nav a {
	color: #898989;
	display: block;
}
.foot_nav a:hover, .foot_nav a:focus {
	text-decoration: none;
}
.foot_nav span {
	display: block;
	padding: 3px 0px 0px 0px;
}
.webshare {
	width: 230px;
	padding: 5px;
}
.ewebshare {
	width: 200px;
	padding: 5px;
}
/*横幅*/

.banner {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.topPadding {
	height: 70px;
	width: 100%;
	background: #666;
	position: relative;
}
/*内页横幅图片*/

.bannerImg {
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.bannerImg img {
	max-width: 100%;
	height: auto;
}
/*产品搜索标题*/

.searchTitle {
	width: 100%;
	padding-top: 10px;
	font-weight: bold;
}
/*当前位置*/

.positionBox {
	width: 100%;
	margin: 0px;
	padding: 0px
}
.positionBar {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	background: url(/skin/images/smallalpha.png);
}
.positionBar .title {
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	background: #990000;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
}
.positionBar span {
	margin: 0px;
	float: left;
	padding-left: 10px;
}
.positionBar span a {
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
}
.positionBar span a:hover {
	color: #fff
}
.positionBar .moreMenu {
	margin: 0px;
	float: right;
	line-height: 50px;
	width: 220px;
	padding: 0px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
/*导航菜单*/

.indexNavigationGroup {
	display: none;
}
.navigationBox {
	position: absolute;
	display: none;
	z-index: 999;
	right: 15px;
	overflow: hidden;
	width: 220px;
	line-height: 40px;
	background: url(/skin/images/alpha.png);
}
.navigationBox .selected {
	color: #eee;
	background: url(/skin/images/smallalpha.png);
}
.navigationBox span {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #990000;
	color: #fff;
	width: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold
}
.navigationBox span:hover {
	background: #ff0000;
}
#firstpane {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
#firstpane > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li:hover {
}
#firstpane > li > a {
	display: block;
	text-indent: 10px;
	color: #eee
}
#firstpane > li > a:hover {
	color: #eee;
	background: url(/skin/images/smallalpha.png);
}
/*小类*/

#firstpane > li > ul {
	float: left;
	padding: 0px;
	margin: 0px;
	display: none;
	width: 100%;
}
#firstpane > li > ul > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li > ul > li:hover {
}
#firstpane > li > ul > li > a {
	display: block;
	text-indent: 30px;
	color: #eee
}
#firstpane > li > ul > li > a:hover {
	color: #eee;
	background: url(/skin/images/smallalpha.png);
}
/*小类*/

#firstpane > li > ul > li > ul {
	width: 100%
}
#firstpane > li > ul > li > ul > li {
	float: left;
	width: 100%;
	position: relative;
}
#firstpane > li > ul > li > ul > li:hover {
}
#firstpane > li > ul > li > ul > li > a {
	display: block;
	text-indent: 50px;
	color: #eee
}
#firstpane > li > ul > li > ul > li > a:hover {
	color: #eee;
	background: url(/skin/images/smallalpha.png);
}
/*推荐新闻*/

.recommendNews {
	width: auto;
	overflow: hidden;
	background: #e9e9e9;
}
.recommendNews .slider {
	margin: 30px;
	width: inherit;
}
.recommendNews .newsImg {
	width: auto;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0px
}
.recommendNews .newsImg img {
	width: auto;
	height: 190px;
}
.recommendNews p {
	width: auto;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.recommendNews .newsTitle {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0px;
	line-height: 30px;
}
.recommendNews .newsTitle:hover {
	color: #c10404;
}
.recommendNews .more {
	width: 120px;
	line-height: 35px;
	border: 1px solid #ccc;
	color: #666;
	text-align: center
}
.recommendNews .more:hover {
	border: 1px solid #c10404;
	color: #fff;
	background: #c10404
}
.recommendNews .slider__nav {
	bottom: 0px;
	right: 0px;
}
/*新闻列表*/

.newsList {
	margin-bottom: 15px;
	padding: 0px
}
.newsList ul {
	margin: 0px;
	padding: 0px;
}
.newsList li {
	padding: 0 17px;
}
.newsList li .wrapper {
	display: block;
	padding: 40px 0 25px;
	border-bottom: 1px solid #e2e2e2;
}
.newsList li .time {
	float: left;
	width: 70px;
	text-align: center;
}
.newsList li .time .day {
	font-size: 60px;
	color: #888;
}
.newsList li .time .date {
	font-size: 16px;
	color: #888;
}
.newsList li .tit {
	margin-left: 100px;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #cfcfcf;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	overflow: hidden;
}
.newsList li .tit span {
	display: block;
	height: 22px;
	overflow: hidden;
}
.newsList li p {
	margin-left: 100px;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	color: #888;
	overflow: hidden;
}
.newsList li:hover {
	background-color: #a4a0a0;
}
.newsList li:hover .wrapper {
	border-bottom-color: #a4a0a0;
}
.newsList li:hover .time .day, .newsList li:hover .time .date {
	color: #fff;
}
.newsList li:hover .tit {
	border-bottom-color: #fff;
	color: #fff;
}
.newsList li:hover p {
	color: #fff;
}
.keyweb {
	padding: 0px;
}





/*屏幕宽度为414px至767px*/

@media screen and (min-width:414px) and (max-width:767px) {
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {
	float: left;
}
.col-mm-12 {
	width: 100%;
}
.col-mm-11 {
	width: 91.66666667%;
}
.col-mm-10 {
	width: 83.33333333%;
}
.col-mm-9 {
	width: 75%;
}
.col-mm-8 {
	width: 66.66666667%;
}
.col-mm-7 {
	width: 58.33333333%;
}
.col-mm-6 {
	width: 50%;
}
.col-mm-5 {
	width: 41.66666667%;
}
.col-mm-4 {
	width: 33.33333333%;
}
.col-mm-3 {
	width: 25%;
}
.col-mm-2 {
	width: 16.66666667%;
}
.col-mm-1 {
	width: 8.33333333%;
}
.logo img {
	max-width: 400px;
}
}



/*屏幕宽度为768px以下，手机版*/

@media screen and (max-width: 767px) {
.topPadding {
	height: 50px;
}
.navbar {
	min-height: 50px;
}
.searchBox {
	height: 30px;
}
.navbar-brand img {
	height: 50px
}
.navbar-default .navbar-brand {
	color: #fff;
	font-size: 16px;
}
.navbar-default .navbar-brand:hover,  .navbar-default .navbar-brand:focus {
	color: #fff;
}
.navbar-toggle {
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 1px solid #333;
}
.navbar-default .navbar-toggle:hover,  .navbar-default .navbar-toggle:focus {
	background: url(/skin/images/alpha.png);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li {
}
.navbar-default .navbar-nav > li:last-child {
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background: url(/skin/images/alpha.png);
	color: #fff;
}
.navbar .dropdown-menu li a {
	line-height: 30px;
	display: block;
}
.navbar .dropdown-menu li a:hover {
	background: url(/skin/images/alpha.png);
}
.navbar .dropdown-menu li ul li a {
	color: #fff;
	padding-left: 40px
}
.navbar .dropdown-menu li ul li ul li a {
	color: #fff;
	padding-left: 60px
}
.navbar .dropdown-menu a span {
	display: inline;
}
.about_box section img {
	margin: 10px 15px 0px 0px;
	max-width: 180px;
	height: auto;
}
.logo {
	text-align: center
}
.logo img {
	max-width: 700px
}
footer {
	margin-bottom: 50px;
}
#app_menudown {
	display: block;
}
#cmsFloatPanel {
	display: none;
}
.slider__arrows-item {
	display: none;
}
.mobile {
	margin: 0px;
	padding: 0px;
}
.indexNavigationGroup {
	display: block;
	margin-bottom: 20px;
	background: url(/skin/images/title_line.jpg) left 30px no-repeat;
}
.indexNavigationGroup .navigationBox {
	display: block;
	position: static;
	background: none;
	padding-top: 10px;
}
.indexNavigationGroup #firstpane > li > a {
	width: 100%;
	color: #333;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	background: url(/skin/images/li.png) no-repeat left 16px;
}
.indexNavigationGroup #firstpane > li > a:hover {
	color: #000;
	background: url(/skin/images/li.png) no-repeat left 16px;
}
.indexNavigationGroup #firstpane > li > ul > li a {
	background: url(/skin/images/li.png) no-repeat 18px 16px;
	color: #333
}
.indexNavigationGroup #firstpane > li > ul > li a:hover {
	background: url(/skin/images/li.png) no-repeat 18px 16px;
	color: #000
}
.indexNavigationGroup #firstpane > li > ul > li > ul > li a {
	background: url(/skin/images/li.png) no-repeat 38px 16px;
	color: #333
}
.indexNavigationGroup #firstpane > li > ul > li > ul > li a:hover {
	background: url(/skin/images/li.png) no-repeat 38px 16px;
	color: #000
}
.news_box {
	margin-top: 0px;
}
.positionBar .title {
	display: none;
}
.positionBar {
	background: #eee;
}
.positionBar span {
	margin: 0px;
	float: left;
	padding-left: 10px;
}
.positionBar span a {
	font-size: 12px;
	color: #333;
	line-height: 40px;
	text-decoration: none;
}
.positionBar span a:hover {
	color: #000
}
.positionBar .moreMenu {
	width: 100%;
}
.navigationBox {
	right: 0px;
	width: 100%;
}
.bottomButtonBox {
	width: 100%;
	float: left;
	margin-top: 10px;
}
}

/*屏幕宽度为768px以上*/

@media screen and (min-width: 768px) {
.navbar-nav > li {/*border-right: 1px solid #052744;border-left: 1px solid #3d5f7d;*/
}
.navbar-nav > li:first-child {
	border-left: 0;
}
.navbar-nav > li:last-child {
	border-right: 0;
}
.navbar-nav > li > a {
	transition: background 0.4s;
	text-align: center;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	line-height: 40px;
	min-width: 70px;
	color: #fff;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	background: url(/skin/images/alpha.png);
	color: #fff;
}
.navbar-default .navbar-nav-e > li > a {
	font-weight: normal;
}
.navbar .dropdown-menu {
	background: url(/skin/images/alpha.png);
	border: none;
	color: #fff;
	padding: 0px;
	border-radius: 0px;
	min-width: 130px;
}
.navbar .dropdown-menu li a {
	color: #fff;
	line-height: 35px;
	font-size: 12px;
	padding: 0px;
	text-indent: 10px;
}
.navbar .dropdown-menu li a:hover {
	background: url(/skin/images/alpha.png);
	color: #fff;
}
.navbar .dropdown-menu li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: -35px;
	margin-left: 130px;
	width: 130px;
	background: url(/skin/images/alpha.png);
}
.navbar .dropdown-menu li ul a {
	line-height: 35px;
	display: block;
}
.navbar .dropdown-menu li ul li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-left: 130px;
}
.navbar .dropdown-menu a span {
	display: none;
}
.nav_small {
	background: url(/skin/images/alpha.png);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
}
.nav_small > li {
}
.nav_small > li > a {
	line-height: 20px;
	color: #bac6bf;
	font-size: 13px;
}
.nav_small > li > a:hover {
	color: #fff;
	background: transparent;
}
#app_menudown {
	display: none;
}
.footer_nav {
	display: none;
}
#small_search {
	right: 50px;
	position: absolute;
	top: 12px;
}
#smallSearchBox {
	top: 70px;
}
#language {
	right: 5px;
	position: absolute;
	top: 11px;
}
#languageBox {
	top: 70px;
}
}



/*屏幕宽度为1000px以上*/

@media screen and (min-width:1000px) {
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	min-width: 100px;
	padding-left: 0px;
	padding-right: 0px
}
.navbar .dropdown-menu {
	background: url(/skin/images/alpha.png);
	border: none;
	color: #fff;
	padding: 0px;
	border-radius: 0px;
	width: 160px;
}
.navbar .dropdown-menu li a {
	color: #fff;
	font-size: 14px;
	text-indent: 25px;
}
.navbar .dropdown-menu li a:hover {
	background: url(/skin/images/alpha.png);
	color: #fff;
}
.navbar .dropdown-menu li ul {
	margin-left: 160px;
	width: 160px;
}
.navbar .dropdown-menu li ul li ul {
	margin-left: 160px;
}
.positionBox {
	position: absolute;
	margin-top: -50px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
}
}



/*屏幕宽度为1200px以上*/

@media screen and (min-width:1200px) {
.navbar-default .navbar-nav > li > a {
	min-width: 115px;
	padding: 15px 0px 15px 0px;/*padding兼容低版IE*/
}
}
